func runtime.schedEnabled

5 uses

	runtime (current package)
		proc.go#L4074: 	if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4079: 		if schedEnabled(gp) {
		proc.go#L4736: 		if sched.disable.user && !schedEnabled(gp) {
		proc.go#L4856: 	if schedEnabled(gp) {
		proc.go#L6506: func schedEnabled(gp *g) bool {